home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / jce.jar / javax / crypto / NoSuchPaddingException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-07-27  |  371 b   |  15 lines

  1. package javax.crypto;
  2.  
  3. import java.security.GeneralSecurityException;
  4.  
  5. public class NoSuchPaddingException extends GeneralSecurityException {
  6.    private static final long serialVersionUID = -4572885201200175466L;
  7.  
  8.    public NoSuchPaddingException() {
  9.    }
  10.  
  11.    public NoSuchPaddingException(String var1) {
  12.       super(var1);
  13.    }
  14. }
  15.